@media screen and (max-width: 1650px) {
    .header .header-nav .head-menu li {
        padding: 0 20px;
    }

    .index-banner .slides li .text {
        min-width: 1040px;
    }

    .index-banner .slides li .text .middle-div {
        padding-top: 20%;
    }

    .index-banner .slides li .text .middle-div .banner-title {
        /* font-size: 54px; */
    }

    .index-banner .slides li .text .bottom-div .data-div {
        padding-top: 8%;
    }

    .ban-win-slider.slides li .text .middle-div {
        padding-top: 16%;
    }

    .index-news .news-list .item .col-bg-9 .title {
        font-size: 16px;
    }

    .index-news .news-list .item .col-bg-9 p {
        padding: 10px 0px;
    }

    .index-news .news-list .item .col-bg-3 {
        padding-right: 10px;
    }

    .footer .top .fl .item .tel {
        font-size: 16px;
    }

    .footer .top .fl .item .consult {
        padding: 10px 20px;
    }

    .footer .top .fl {
        width: 80%;
    }

    .responsibility .container .duty-slider .item .date .yearMonth {
        font-size: 12px;
    }

    .index-product-service .row .col-bg-3 {
        height: 260px;
    }

    .index-product-service .row .col-bg-3 .hover-div p {
        font-size: 14px;
        line-height: 24px;
    }

    .toumingOrange {
        margin-top: 15px;
    }

    .index-product-service .row .col-bg-3 .hover-div .icon img {
        height: 35px;
    }

    .index-product-service .row .col-bg-3 .hover-div .icon {
        margin-top: 40px;
    }


    .search_box .had h2 {
        font-size: 34px;
    }

    .search_box .list ul li h3 {
        font-size: 20px;
    }

    .index-news .news-list .item {
        padding: 12px 0px;
    }

    .index-news .news-list {
        margin-top: -12px;
    }

    .company-adv .container .item .text p {
        font-size: 14px;
        line-height: 22px;
    }

    .company-adv .container .item .up {
        height: 220px;
    }

}

@media screen and (min-width: 1200px) {
    .header.fixed .header-nav .nav-ul>li .line {
        background-color: #333333;
    }

    .header.fixed .header-nav .nav-ul>li>a {
        color: #000 !important;
    }
}

@media screen and (max-width: 1200px) {

    .header {
        padding: 13px 10px;
    }

    .header .row {
        margin: 0;
    }

    .header .logo {
        width: 70px;
        margin-top: 0px;
    }

    .header .header-nav {
        position: fixed;
    }

    .header .header-nav {
        position: fixed;
        width: 60%;
        height: 100%;
        float: none;
        top: 0;
        left: -60%;
        background-color: #202020;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
    }

    .header .header-nav.active {
        left: 0;
    }


    .header .nav-maskz {
        position: fixed;
        top: 0;
        width: 40%;
        height: 100%;
        right: -40%;
        background-color: rgba(0, 0, 0, 0.4);
        z-index: 100;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
    }


    .header .nav-maskz.active {
        right: 0px;
    }

    .header .nav-open {
        display: block;
    }

    .header.fixed .nav-open i {
        background-color: #000;
    }

    .header .header-nav .nav-ul {
        padding: 20px;
    }

    .header .header-nav .nav-ul>li {
        float: none;
        align-items: center;
        padding: 0px;
    }

    .header .header-nav .nav-ul li .line {
        margin: 0 6px;
    }

    .header .header-nav .nav-ul li img {
        margin-right: 6px;
    }

    .header .header-nav .nav-ul>li>a,
    .header .header-nav .nav-ul>li>a.chinese {
        font-size: 14px;
    }

    .header .header-nav .nav-ul>li>a {
        font-size: 15px;
        padding: 15px 0px;
        border-bottom: 1px solid #303030;
    }

    .header .header-nav .nav-ul>li>a {
        display: block;
        margin-right: 0px;
    }

    .header .header-nav .nav-ul2 {
        display: none;
        padding-left: 15px;
    }

    .header .header-nav .nav-ul2 li a {
        font-size: 14px;
        color: #a6a6a6;
        display: block;
        padding: 10px 0px;
        border-bottom: 1px solid #303030;
        position: relative;
        padding-left: 12px;
    }

    .header .header-nav .nav-ul2 li a:after {
        content: '';
        width: 4px;
        height: 4px;
        position: absolute;
        left: 0px;
        top: 0px;
        background: #4c4c4c;
        top: 50%;
        margin-top: -2px;
    }

    .header .header-nav .nav-ul>li .icon {
        position: absolute;
        right: 0px;
        width: 46px;
        height: 46px;
        z-index: 3;
        top: 0px;
        display: block;
    }

    .header .header-nav .nav-ul>li .icon:after {
        content: '';
        display: block;
        width: 9px;
        height: 9px;
        top: 0px;
        right: 15px;
        border: 2px solid rgba(255, 255, 255, .3);
        border-top: 0;
        border-left: 0;
        transform: rotate(-45deg);
        -webkit-transform: rotate(-45deg);
        position: absolute;
        top: 16px;
        transition: all 0.6s;
        -webkit-transition: all 0.6s;
        -moz-transition: all 0.6s;
    }

    .header .header-nav .nav-ul>li .icon.active:after {
        content: '';
        transform: rotate(45deg);
        -webkit-transform: rotate(45deg);
        top: 15px;
    }

    .header .header-nav .nav-ul li.zy {
        margin-top: 10px;
    }

    .header .header-nav .nav-ul li.zy a {
        display: inline-block;
        vertical-align: middle;
        border-bottom: none;
    }

    .header .header-nav .nav-ul li.zy a.en {
        margin-top: 2px;
    }

    /*     .footer .top {
        padding: 30px 0;
    } */
    /*     .footer .top .fl,.footer .top .fr {
        float: none;
        width: 100%;
        padding: 0 15px;
    } */


    .footer:after {
        bottom: 100px;
    }

    .footer .top {
        padding: 30px 0px;
    }


    .footer .top .fl .item {
        width: 100%;
        float: none;
        padding-left: 0;
        display: none;
    }

    .footer .top .fl .item .foot-nav-sub {
        display: flex;
        margin: 0 -10px;
    }

    .footer .top .fl .item .foot-nav-sub li {
        padding: 0 10px;
        font-size: 12px;
    }

    .footer .top .fl .item:after {
        display: none;
    }

    .footer .top .fl .item .foot-nav-title {
        font-size: 14px;
    }

    /*     .footer .top .fl .item:last-child {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
    } */

    .footer .top .fl .phone_item {
        display: block;
    }

    .footer .top .fl .phone_item .tel {
        font-weight: bold;
        padding-top: 0px;
    }

    .footer .top .fl .phone_item .zx {
        margin-top: 20px;
    }

    .footer .top .fr h3 {
        font-size: 14px;
    }

    .footer .top .wx {
        width: 100px;
        height: 100px;
    }


    .footer .top .fl {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }

    .footer .top .fr {
        display: inline-block;
        vertical-align: top;
        width: 50%;
    }



    .footer .top_nr {
        padding: 0px 15px;
        padding-top: 0px;
        text-align: center;
    }

    .footer .top .fr img {
        margin-top: 0px;
    }


    /*     .footer .top .fl .item:last-child .tel {
        padding: 0 0 0 15px;
        line-height: 40px;
    } */


    .footer .top .fl .item .consult {
        margin-top: 8px;
        font-size: 14px;
        padding: 7px 16px;
    }

    .footer .top .fl .item .consult img {
        height: 14px;
    }

    /*     .footer .top .fr h3 {
        font-size: 14px;
        padding: 15px 0;
    } */
    .footer .bottom {
        padding: 15px;
        padding-top: 0px;
    }

    /*     .footer:after {
        bottom: 100px;
    } */
    .footer .bottom {
        float: none;
        font-size: 12px;
        line-height: 24px;
        text-align: center;
    }

    .footer .top .fl .item .tel {
        font-size: 16px;
    }

    .footer .top .fl .item .tel a {
        color: #fff;
    }

    .win-slider.slides li .text {
        min-width: 100%;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        text-align: center;
    }

    .win-slider.slides li .text .pg-banner-title {
        font-size: 24px;
        font-weight: normal;
        letter-spacing: 0;
    }

    .con-da {
        font-size: 24px !important;
    }

    .win-slider li .description {
        margin-top: 8px;
    }


    .tab-box {
        padding: 10px 0px;
    }

    .curriculumVitae .cv {
        padding-top: 0px;
    }

    .tab-box .tab {
        display: block;
    }

    .tab-box .tab .item {
        width: 33.333%;
        padding: 14px 0;
        font-size: 16px;
    }


    .tab-box .tab2 .item {
        width: 50%;
    }


    .tab-box .tab .item:before {
        top: 14px;
    }

    .tab-box .tab1 .item {
        width: 50%;
    }



    /*     .tab-box .tab .item:nth-child(odd):before {
        display: none;
    } */

    .company-video {
        padding: 76px 0px;
    }

    .company-video h4 {
        font-size: 22px;
        margin-bottom: 16px;
    }

    .company-video p {
        font-size: 16px;
    }

    .company-video div img {
        width: 40px;
    }



    .tab-box .tab .item:nth-child(3n+1):before {
        display: none;
    }

    .tab-box .tab1 .item:nth-child(3n+1):before {
        display: block;
    }

    .tab-box .tab1 .item:nth-child(2n+1):before {
        display: none;
    }


    .tabActive:after {
        height: 1px;
    }


    .tab-box .tab .item:after {
        bottom: 8px;
    }

    .index-banner .slides li .text .middle-div {
        padding-top: 0;
    }

    .index-banner .slides li .text .middle-div .banner-title {
        font-size: 24px;
        line-height: 30px;
    }

    .index-banner .slides li .text .middle-div .con-da {
        font-size: 24px;
        line-height: 30px;
    }

    .win-slider.slides li .text .description {
        font-size: 16px;
        line-height: 22px;
    }

    .index-banner .slides li .text .bottom-div {
        padding-top: 20px;
    }

    .index-banner .slides li .text .bottom-div .data-div {
        padding: 0px;
    }

    .index-banner .slides li .text .bottom-div .data-div .smdiv {
        font-size: 14px;
        padding: 15px 0;
        width: 49%;
        margin: 0.5%;
        text-align: center;
    }

    .index-banner .slides li .text .bottom-div .data-div .smdiv.line:after {
        display: none;
    }

    .index-banner .slides li .text .bottom-div .data-div .smdiv .up strong {
        font-size: 26px;
        padding-right: 6px;
    }

    .index-banner .slides li .text .bottom-div .data-div .smdiv .down {
        font-size: 14px;
    }

    .index-product-service {
        padding: 60px 0;
    }

    .index-product-service .row {
        margin: 0;
        padding-top: 40px;
    }

    .index-product-service .row .col-bg-3 {
        padding: 0px;
        height: 170px;
        width: 50%;
        float: left;
    }

    .index-product-service .row .col-bg-3 .wide-container {
        z-index: 9;
    }

    .index-product-service .row .col-bg-3 .wide-container .icon {
        padding: 15px 0px;
    }


    .index-product-service .row .col-bg-3 .wide-container h5,
    .index-product-service .row .col-bg-3 .hover-div h4 {
        font-size: 20px;
    }

    .index-product-service .row .col-bg-3 .wide-container .icon {
        margin-top: 20px;
    }

    .index-product-service .row .col-bg-3 .wide-container .icon img {
        height: 30px;
    }

    .index-product-service .row .col-bg-3 .wide-container h5 {
        font-size: 16px;
    }


    .index-product-service .row .col-bg-3 .hover-div {
        padding-top: 20px;
        display: none;
    }

    .index-product-service .row .col-bg-3 {
        margin-top: 0px;
    }



    .phone-btn-div {
        display: block;
    }

    .index-news {
        padding: 42px 0;
        background-size: cover !important;
    }

    .index-news .container-index>.row {
        padding-top: 36px;
    }

    .index-news .news-banner-box,
    .index-news .news-list {
        float: none;
        width: 100%;
    }

    .index-news .news-banner-box .bottom-banner {
        height: auto;
    }

    .index-news .news-banner-box .bottom-banner .title-container {
        padding: 10px;
        /*  bottom: 10px; */
    }

    .index-news .news-banner-box .bottom-banner .title-container h3 {
        font-size: 14px;
        line-height: 20px;
    }

    .index-news .news-banner-box .bottom-banner .title-container p {
        font-size: 12px;
    }

    .index-news .news-banner-box .index-news-banner .flex-control-nav {
        bottom: 20px;
    }

    .index-news .news-list {
        padding: 15px 0 0;
    }

    .index-news .news-list .item .col-bg-3 img {
        width: 100%;
    }

    .index-partner .brands .item-box {
        width: 33.333%;
        padding: 0px 5px;
        margin-top: 10px;
    }

    .index-news .news-list .item .col-bg-9 .title {
        font-size: 14px;
        padding: 12px 0 6px;
        padding-top: 0px;
    }

    .index-news .news-list .item .col-bg-9 .description,
    .index-news .news-list .item .col-bg-9 p {
        font-size: 12px;
    }

    .index-partner .brands {
        margin: 18px -5px 0;
    }

    .index-partner .brands .item .down-text h4 {
        font-size: 16px;
    }

    .index-partner .brands .item .down-text p a {
        font-size: 14px;
    }

    .index-partner .brands .flex-viewport {
        padding-bottom: 38px;
    }

    .index-partner .brands .item-box:last-child {
        display: none;
    }

    .company-profile {
        padding: 40px 15px 25px;
    }

    .company-profile p {
        font-size: 14px;
        padding-bottom: 15px;
    }

    .company-adv {
        padding: 40px 0 20px;
    }

    .company-adv .row {
        margin: 0;
    }

    .company-adv .row .col-bg-4 {
        padding: 0 0 20px;
    }

    .company-adv .container .item .up {
        background-position: center top;
    }

    /*     .company-adv .container .item .al {
        height: 392px;
    } */
    .company-adv .container .item .down {
        font-size: 14px;
        padding: 20px;
        /* height: 130px; */
    }

    .company-adv .container .item .down h3 {
        font-size: 18px;
        /* padding-bottom: 14px; */
    }

    .distribution {
        padding: 34px 0 40px;
    }

    .distribution .container {
        padding: 0;
    }

    .distribution .container .fl,
    .distribution .container .fr {
        float: none;
        width: 100%;
        position: inherit;
        right: inherit;
        top: inherit;
    }

    .distribution .container .fl {
        padding: 0 15px;
    }

    .distribution .container .fl p {
        font-size: 14px;
    }

    .distribution .container .fl .items {
        display: flex;
        flex-wrap: wrap;
    }

    .distribution .container .fl .items .item {
        float: none;
        width: 50%;
        font-size: 14px;
        padding-bottom: 30px;
    }

    .distribution .container .fl .Orangetouming {
        margin-top: 0;
    }

    .distribution .container .fl .items .item .num {
        font-size: 20px;
    }

    .distribution .container .fr {
        height: 250px;
    }

    .structure {
        padding: 40px 0 40px;
    }

    .culture {
        padding: 40px 0 20px;
    }

    .culture .img-left .img-box,
    .culture .img-right .text,
    .culture .img-left .text,
    .culture .img-right .img-box {
        float: none;
        width: 100%;
        padding: 30px 20px;
    }

    .culture .culture-item .img-box {
        height: 180px;
    }

    .culture .culture-item {
        margin-bottom: 20px;
    }

    .culture .culture-item .text {
        height: auto;
    }

    .culture .culture-item .text .title {
        font-size: 18px;
    }

    .culture .culture-item .text .en {
        font-size: 14px;
        padding: 14px 0 26px;
    }

    .culture .culture-item .text p {
        font-size: 14px;
        line-height: 20px;
    }

    .coreValues {
        padding-top: 10px;
    }

    .coreValues .container .items .item {
        /* margin-bottom: 10px; */
        margin-bottom: 30px;
    }

    .history {
        padding: 40px 0 40px;
    }

    .honor {
        padding-top: 40px;
    }

    .honor .container .award {
        padding: 0;
    }

    .honor .container .award .icon,
    .honor .container .award .awardList {
        float: none;
        width: 100%;
    }

    .honor .container .award .awardList {
        padding: 0 15px;
    }

    .honor .container .award .awardList .item {}

    .honor .container .award .awardList .item .smtit {
        font-size: 14px;
        height: 14px;
        max-width: 72%;

    }

    .honor .container .award .awardList .item .time {
        font-size: 14px;
        line-height: 16px;
    }

    .honor .container .awards .item .img img {
        margin: 0 auto;
    }

    .honor .container .awards .item .text {
        font-size: 14px;
    }

    .honor .container .awards .slides li .item-box {
        width: 50%;
        float: left;
        margin-bottom: 10px;
    }

    .honor .container .awards {
        padding: 0px 0 20px;
    }

    .honor .container .awards_box {
        overflow: hidden;
    }

    .honor .container .awards .flex-viewport {
        padding-bottom: 0px;
    }


    .BMap_pop {
        display: none !important;
    }

    .BMap_shadow {
        display: none !important;
    }



    .layui-layer-awards .layui-layer-content {
        padding: 10px;
    }

    .layui-layer-awards .layui-layer-content .text {
        font-size: 16px;
        padding-top: 10px;
    }

    .responsibility {
        padding-top: 40px;
    }

    .responsibility .container .banner .col-bg-6 h3 {
        font-size: 18px;
        padding: 10px 15px;
    }

    .responsibility .container .banner .col-bg-6 p {
        font-size: 12px;
        line-height: 22px;
        padding: 10px 15px;
    }

    /*     .responsibility .container .banner .col-bg-6 .text {
        padding: 0 15px;
    } */
    .responsibility .container .duty {
        margin: 0;
        padding-bottom: 40px;
    }

    .responsibility .container .duty-slider .slides_con {
        margin-left: -5px;
        margin-right: -5px;
    }

    .responsibility .container .duty-slider .col-bg-3 {
        margin-top: 10px;
        padding: 0;
        width: 50%;
        float: left;
        padding: 0px 5px;
    }


    .responsibility .container .duty-slider .flex-viewport {
        max-height: 10000px;
        padding-bottom: 40px;
    }

    .responsibility .container .duty-slider .item .date {
        width: 68px;
        height: 58px;
        top: -20px;
        padding: 2px;
    }

    .responsibility .container .duty-slider .item .date .day {
        font-size: 20px;
    }

    .responsibility .container .duty-slider .item .date .yearMonth {
        font-size: 12px;
        margin-top: 5px;
    }

    .responsibility .container .duty-slider .item .down {
        padding: 10px 10px;
    }

    .responsibility .container .duty-slider .item .up {
        width: 140px;
    }

    .responsibility .container .duty-slider .item .down {
        width: calc(100% - 140px);
    }


    .responsibility .container .duty-slider .item .down p {
        font-size: 14px;
        line-height: 22px;
        margin-top: 8px;
        /* height: 44px; */
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
        white-space: normal;
    }

    .responsibility .container .duty-slider .item .down strong:before {
        background-size: 16px auto;
    }

    .storageManagement {
        padding-top: 40px;
    }

    .storageManagement .sm1 {
        padding: 10px 0 20px;
    }

    .storageManagement .sm1 .item {
        width: 49%;
        display: inline-block;
        vertical-align: top;
        padding: 0px 6px;
    }

    .storageManagement .sm1 .item .line {
        height: 1px;
        margin: 15px auto 15px;
    }

    .storageManagement .sm1 .item .icon-box {
        height: 50px;
    }

    .storageManagement .sm1 .item {
        margin-bottom: 20px;
    }

    .storageManagement .sm1 .item h4 {
        font-size: 16px;
        padding-top: 16px;
    }

    .storageManagement .sm1 .item p {
        font-size: 12px;
        padding: 0px;
        line-height: 22px;
    }

    .storageManagement .sm2 {
        padding: 30px 0;
    }

    .storageManagement .sm2 .text-box {
        display: flex;
        flex-wrap: wrap;
    }

    .storageManagement .sm2 .text-box .img {
        width: 100%;
        display: none;
    }

    .storageManagement .sm2 .text-box .text {
        position: static;
        width: 50%;
        padding: 10px 5px;
    }

    .storageManagement .sm2 .text-box .text.tr {
        text-align: center;
    }

    .storageManagement .sm2 .text-box .text h5 {
        font-size: 16px;
    }

    .storageManagement .sm2 .text-box .text.tl {
        text-align: center;
    }


    .storageManagement .sm2 .text-box .text1 h5 {
        /* background: url('../images/p_img1.png') no-repeat left center; background-size:32px auto;  */
        /* padding-left: 40px; */
        height: 50px;
        line-height: 50px;
    }

    .storageManagement .sm2 .text-box .text2 h5 {
        /* background: url('../images/p_img2.png') no-repeat left center; background-size:32px auto; */
        /* padding-left: 40px; */
        height: 50px;
        line-height: 50px;
    }

    .storageManagement .sm2 .text-box .text3 h5 {
        /* background: url('../images/p_img3.png') no-repeat left center; background-size:32px auto;  */
        /* padding-left: 40px;  */
        height: 50px;
        line-height: 50px;
    }

    .storageManagement .sm2 .text-box .text4 h5 {
        /* background: url('../images/p_img4.png') no-repeat left center; background-size:32px auto;  */
        /* padding-left: 40px; */
        height: 50px;
        line-height: 50px;
    }

    .storageManagement .sm2 .text-box .text.tr i {
        display: inline-block;
    }

    .storageManagement .sm2 .text-box .text.tl i {
        display: inline-block;
    }

    .storageManagement .sm2 .text-box .text.tr i img {
        width: 45px;
    }

    .storageManagement .sm2 .text-box .text.tl i img {
        width: 45px;
    }




    .storageManagement .sm2 .text-box .text3 ul li:last-child {
        display: none;
    }



    .storageManagement .sm2 .text-box .text li {
        font-size: 12px;
        line-height: 26px;
    }

    .storageManagement .sm3 {
        padding: 40px 0;
    }

    .storageManagement .sm3 h3 {
        font-size: 18px;
        padding-bottom: 20px;
    }

    .storageManagement .sm4 {
        padding: 40px 0 20px;
    }

    .storageManagement .sm4 .row {
        margin: 0;
    }

    .storageManagement .sm4 .col-bg-6 {
        padding: 0;
        margin-bottom: 20px;
    }

    .storageManagement .sm4 .item h5 {
        font-size: 14px;
        line-height: 30px;
        padding: 10px;
    }

    .storageManagement .sm5 {
        padding: 40px 0 30px;
    }

    .storageManagement .sm5 .area {
        display: table;
        table-layout: fixed;
        height: 100%;
    }

    .storageManagement .sm5 .area .img {
        display: table-cell;
        vertical-align: middle;
        width: 24%;
        padding-top: 22%;
    }

    .storageManagement .sm5 .area .text {
        display: table-cell;
        vertical-align: middle;
        padding-top: 0px;
        max-width: 65%;
    }


    .storageManagement .sm5 .area .text li {
        font-size: 12px;
        margin-bottom: 10px !important;
        padding-left: 40px;
        /* list-style: circle; */
    }

    .storageManagement .sm6 {
        padding: 40px 0;
    }

    .storageManagement .sm6 .ware-list {
        display: flex;
        flex-wrap: wrap;
    }


    /* .storageManagement .sm6 .ware-list .item:last-child {
        display: none
    } */


    .storageManagement .sm6 .ware-list .item {
        width: 50%;
        /* margin-bottom: 15px; */
    }

    .storageManagement .sm6 .ware-list .item .text {
        background-color: #fff;
        height: 80px;
    }

    .storageManagement .sm6 .ware-list .text h4 {
        font-size: 14px;
        padding: 24px 0px 14px;
    }

    .storageManagement .sm7 {
        padding: 40px 0;
    }

    .storageManagement .sm7 .text,
    .storageManagement .sm7 .img-box {
        width: 100%;
        float: none;
        padding: 0;
    }

    .storageManagement .sm7 .text h4 {
        font-size: 18px;
        padding: 16px 0;
    }

    .storageManagement .sm7 .text p {
        font-size: 12px;
        padding-bottom: 10px;
    }

    .storageManagement .sm7 .img-box .policy-list {
        position: static;
        display: flex;
        justify-content: space-between;
        margin-left: 0;
        padding-bottom: 20px;
    }

    .storageManagement .sm7 .img-box .policy-list li {
        width: 56px;
        height: 56px;
        margin: 0 6px;
        font-size: 16px;
        line-height: 52px;
    }

    .storageManagement .sm8 {
        padding: 40px 0 40px;
    }

    .storageManagement .sm8 .fl,
    .storageManagement .sm8 .fr {
        float: none;
    }

    .storageManagement .sm8 .clearfix {
        display: flex;
        flex-direction: column;
        align-items: center;
    }

    .storageManagement .sm8 .text-box {
        width: 100%;
        min-height: auto;
    }

    .storageManagement .sm8 .text-box h5 {
        font-size: 16px;
        line-height: 40px;
        top: -20px;
        left: 50%;
        margin-left: -95px;
    }

    .storageManagement .sm8 .range-des {
        padding-bottom: 50px;
    }


    .storageManagement .sm8 .text-box p {
        font-size: 12px;
    }

    /*     .storageManagement .sm8 .arrow {
        margin: 80px 0;
        transform: rotate(90deg);
    }
 */

    .storageManagement .sm8 .arrow {
        margin: 20px 0px;
        background: #fe7f38;
        width: auto;
        height: auto;
        padding: 12px;
        margin-bottom: 50px;
        line-height: inherit;
        position: relative;
        width: 116px;
        line-height: 22px;
        font-size: 14px;
        border-radius: 5px;
    }

    .storageManagement .sm8 .arrow:after {
        content: '';
        position: absolute;
        border: 10px solid;
        border-color: #fe7f38 transparent transparent transparent;
        bottom: -20px;
        left: 50%;
        margin-left: -10px;
    }



    .storageManagement .sm8 .arrow p {
        width: 100%;
    }


    /*     .storageManagement .sm8 .arrow p {
        width: 42px;
        transform: rotate(-90deg);
        margin: -40px 0 0 29px;
    } */
    .storageManagement .sm8 .img-box {
        top: 20px;
        display: none;
    }

    .storageManagement .sm9 {
        padding: 40px 0 20px;
    }

    .storageManagement .sm9 .low {
        margin: 0;
    }

    .storageManagement .sm9 .low h5 {
        font-size: 16px;
        padding: 8px 0;
    }

    .storageManagement .sm9 .low ul {
        min-width: inherit;
    }

    .storageManagement .sm9 .low ul li {
        font-size: 12px;
    }

    .storageManagement .sm9 .low .img-box {
        position: static;
        display: none;
    }

    .storageManagement .sm9 .range-des {
        font-size: 12px;
    }

    .storageManagement .sm10 {
        padding: 46px 0;
    }

    .case-logo-box .case-logos li {
        width: 25%;
        height: 85px;
    }

    .storageManagement .case-logo-box {
        margin-top: 20px;
    }

    .softDevelopment .sd2 .item .container .icon {
        padding: 10px 16%;
    }


    .distabcell {
        padding: 0px 5px;
    }

    .tranServices {
        padding-top: 40px;
    }

    .tranServices .range-des {
        font-size: 12px;
    }

    .tranServices .ts1 {
        padding: 6px 0 20px;
    }

    .tranServices .ts1 .item-box {
        padding-top: 20px;
        margin: 0;
    }

    .tranServices .ts1 .item {
        width: 33.333%;
        margin-bottom: 20px;
    }

    .tranServices .ts1 .item p {
        font-size: 14px;
        padding-top: 5px;
    }

    .tranServices .ts1 .item img {
        padding: 0px 32px;
    }


    .tranServices .ts2 {
        padding: 40px 0 40px;
    }

    .tranServices .ts2 .text,
    .tranServices .ts2 .addrs {
        float: none;
        width: 100%;
        padding: 0;
    }

    .tranServices .ts2 .text p {
        font-size: 12px;
        line-height: 25px;
    }

    .tranServices .ts2 .addrs {
        display: none;
    }

    .tranServices .ts2 .addrs-wap {
        display: block;
    }

    .tranServices .ts3 {
        padding: 40px 0;
    }

    .tranServices .ts4 {
        padding: 40px 0 30px;
    }

    .tranServices .ts4 .text,
    .tranServices .ts4 .img-box {
        float: none;
        width: 100%;
    }

    .tranServices .ts4 .text {
        padding-right: 0;
    }

    .tranServices .ts4 .text h5 {
        font-size: 16px;
    }

    .tranServices .ts5 {
        padding: 40px 0 30px;
    }

    .tranServices .ts5 .item-box {
        padding: 20px 0 0;
    }

    .tranServices .ts5 .item-box .item {
        width: 50%;
        padding: 15px 28px;
    }

    .tranServices .ts5 .item p {
        font-size: 16px;
        padding-top: 20px;
    }

    .tranServices .ts6 {
        padding: 40px 0 40px;
    }

    .tranServices .ts6 .img-box {
        padding-top: 30px;
    }

    .tranServices .ts7 {
        padding: 40px 0;
    }

    .tranServices .ts8 {
        padding: 40px 0 10px;
    }

    .tranServices .ts8 .img-box {
        padding: 10px 10%;
    }

    .tranServices .ts9 .img-box {
        padding: 0px 1%;
        margin-top: 10px;
    }

    /* .tranServices .ts10 .fl { display: none; } */
    .tranServices .ts10 .img-box {
        display: none;
    }

    .tranServices .ts8 .img-box img {
        float: none;
        margin-bottom: 20px;
    }

    .tranServices .ts9 {
        padding: 40px 0;
    }

    .tranServices .ts10 {
        padding: 40px 0 30px;
    }

    .tranServices .ts10 .range-title {
        padding-bottom: 10px;
    }

    .tranServices .ts10 .text {
        width: 100%;
    }

    .tranServices .ts10 .text .low .fl {
        /* float: none; */
        width: 48%;
        margin-right: 2%;
    }

    .tranServices .ts10 .text h4 {
        font-size: 16px;
        padding: 8px 0;
    }

    .tranServices .ts10 .text ul li {
        font-size: 12px
    }

    .tranServices .ts10 .text .low {
        padding-top: 8px;
    }

    .tranServices .ts10 .img-box .range-title {
        padding: 12px 0 20px;
    }

    .num-list {
        margin: 0;
        padding-top: 0;
    }

    .num-list li {
        width: 33.33%;
        font-size: 13px;
        padding: 10px 25px;
    }

    .num-list li strong {
        font-size: 22px;
    }

    .hrServices .range-des {
        font-size: 12px;
    }

    .hrServices .hs1 {
        padding-bottom: 40px;
    }

    .hrServices .hs1 .setting {
        margin: 0px 0 0;
        padding: 0px 0px 0px;
        /* background: #e4eefa; */
        background: #f2f5f7;
    }

    .hrServices .hs1 .setting h3 {
        font-size: 18px;
    }

    .hrServices .z_hs1 {
        padding-top: 40px;
    }

    .hrServices .hs1 .logos {
        float: none;
        display: flex;
        justify-content: space-between;
        padding: 0px 30px;
    }

    .hrServices .hs1 .logos .img-box {
        margin: 0;
    }

    .hrServices .hs1 .info {
        padding: 22px 0 0;
        width: 100%;
    }

    .hrServices .hs1 .info li {
        display: flex;
        align-items: flex-start;
        padding: 12px 0px;
        line-height: 22px;
        padding-left: 40px;
    }

    .hrServices .hs1 .info li span {
        font-size: 14px;
    }

    .hrServices .hs2 {
        padding: 40px 0;
    }

    .hrServices .hs2 .items {
        background: none;
        padding-top: 30px;
    }

    .hrServices .hs2 .items .item {
        width: 25%;
        float: left;
        margin-bottom: 20px;
    }

    .hrServices .hs2 .items .item .yuan {
        margin: 10px auto 15px;
        display: none;
    }

    .hrServices .hs2 .items .text {
        font-size: 14px;
        margin-top: 15px;
    }

    .hrServices .hs3 {
        padding: 40px 0 30px;
    }

    .hrServices .hs3 .aim {
        margin: 0px -5px;
    }

    .hrServices .hs3 .aim .col-bg-3 {
        padding: 0;
        margin-bottom: 10px;
        width: 50%;
        float: left;
        padding: 0px 5px;
    }

    .hrServices .hs3 .aim .item p {
        font-size: 14px;
        line-height: 26px;
        padding: 10px;
    }

    .softDevelopment {
        padding-top: 40px;
    }

    .softDevelopment .range-des {
        font-size: 14px;
    }

    .softDevelopment .sd1 {
        padding-bottom: 40px;
    }

    .softDevelopment .sd2 .item {
        height: auto;
        padding: 20px 0 30px;
    }

    .softDevelopment .sd2 .softs .text,
    .softDevelopment .sd2 .softs .icon-box {
        float: none;
        width: 100%;
        max-width: none;
    }

    .softDevelopment .sd2 .text {
        padding: 20px 0;

    }

    .softDevelopment .sd2 .text .title {
        font-size: 20px;
        padding-bottom: 10px;
        font-weight: normal;
    }

    .softDevelopment .sd2 .text p {
        font-size: 12px;
        line-height: 26px;
    }

    .softDevelopment .sd2 .text .Orangetouming {
        margin-top: 5px;
    }

    .news-info {
        padding: 40px 0px 40px;
    }


    .news-info .container .newsList {
        margin: 8px 0px 20px;
    }

    .news-info .container .newsList .item {
        padding: 0;
        margin-bottom: 30px;
    }

    .news-info .container .newsList .item .left,
    .news-info .container .newsList .item .right {
        float: none;
        width: 100%;
    }

    .news-info .container .newsList .item .right {
        padding: 15px;
    }

    .news-info .container .newsList .item .right .title {
        font-size: 16px;
        line-height: 26px;
    }

    .news-info .container .newsList .item .right .time {
        margin-top: 10px;
        font-size: 12px;
    }

    .news-info .container .newsList .item .right p {
        font-size: 12px;
        line-height: 20px;
        margin-top: 10px;
        height: 40px;
        overflow: hidden;
        text-overflow: ellipsis;
        display: -webkit-box;
        -webkit-line-clamp: 2;
        -webkit-box-orient: vertical;
    }

    .news-info .container .newsList .item .right .Orangetouming {
        margin-top: 14px;
    }

    .news-details .container .content {
        padding: 28px 0 30px;
    }

    .news-details .container .content .title {
        padding: 0 15px 18px;
        font-size: 18px;
    }

    .news-details .container .content .bread {
        padding: 10px 20px;
        text-align: center;
    }

    .news-details .container .content .bread .back {
        text-align: center;
        margin-top: 10px;
        width: 100%;
    }

    .news-details .container .content .bread p {
        display: inline-block;
        vertical-align: top;
        float: none;
        text-align: center;
        line-height: 28px;
        margin: 0px 5px;
    }

    .news-details .container .content .bread .time {
        padding-right: 0px;
    }

    .news-details .container .content .mainbody {
        padding: 20px 15px 0;
    }

    .news-details .container .content .mainbody .smtit {
        font-size: 18px;
    }

    .news-details .container .content .mainbody p {
        font-size: 14px;
        line-height: 30px;
    }

    .news-details .container .content .mainbody p img {
        height: auto;
    }

    .news-details .container .content .share {
        font-size: 14px;
        padding: 0 20px;
    }

    .news-details .container .links a.news-pagination {
        float: none;
        font-size: 14px;
    }

    .infoBulletin {
        padding: 40px 0px 40px;
    }

    .infoBulletin .container .bulletinList .item {
        display: flex;
        justify-content: center;
        flex-wrap: wrap;
        padding: 18px 15px;
    }

    .infoBulletin .container .bulletinList .item .date .day {
        font-size: 24px;
        line-height: 36px;
    }

    .infoBulletin .container .bulletinList .item .date {
        width: 73px;
    }


    .infoBulletin .container .bulletinList .item .mainbody {
        padding-left: 20px;
        width: -moz-calc(100% - 73px);
        width: -webkit-calc(100% - 73px);
        width: calc(100% - 73px);
    }

    .infoBulletin .container .bulletinList .item .mainbody .title {
        font-size: 16px;
        line-height: 1.4;
    }

    .infoBulletin .container .bulletinList .item .mainbody p {
        margin-top: 4px;
        font-size: 12px;
    }

    .infoBulletin .container .bulletinList .item .mainbody .showmore {
        margin-top: 20px;
        font-size: 14px;
    }

    .infoBulletin .container .bulletinList .item .pic {
        margin-top: 15px;
        display: none;
    }

    .videoCenter {
        padding: 40px 0px 40px;
    }

    .videoCenter .container .videoList {
        margin-left: -6px;
        margin-right: -6px;
    }

    .videoCenter .container .videoList .col-bg-3 {
        padding: 6px;
        margin-bottom: 8px;
        float: left;
        width: 50%;
    }

    .videoCenter .container .videoList .item .text p {
        font-size: 14px;
    }

    .successfulCases {
        padding: 40px 0px 40px;
    }

    .successfulCases .container .caseList {
        margin: 0;
    }

    .successfulCases .container .caseList>.col-bg-4 {
        padding: 0;
    }

    .successfulCases .container .caseList .item {
        margin-bottom: 20px;
    }

    .successfulCases .container .caseList .item .text {
        padding: 20px 15px 26px;
    }

    .successfulCases .container .caseList .item .text .title {
        font-size: 16px;
    }

    .successfulCases .container .caseList .item .text p {
        font-size: 12px;
        height: 44px;
        line-height: 22px;
    }

    .successfulCases .container .caseList .item .Orangetouming {
        font-size: 12px;
        margin-top: 14px;
    }

    .partners {
        padding: 40px 0px 40px;
    }

    .partners .container .partnerList {
        margin: 0;
        padding-bottom: 30px;
    }

    .partners .container .partnerList .col-bg-4 {
        padding: 0;
        width: 33%;
        float: left;
        padding: 5px;
    }

    .partners .container .partnerList .item .right {
        display: none;
    }

    .partners .container .partnerList .item {
        padding: 10px;
        margin-bottom: 0px;
    }

    .partners .container .partnerList .item .left,
    .partners .container .partnerList .item .right {
        float: none;
        width: 100%;
    }


    .videoCenter .container .videoList .item .text {
        /* padding: 10px 5px; */
    }

    .partners .container .partnerList .col-bg-4:nth-child(9n+9) {
        /* display: none; */
    }


    .partners .container .partnerList .item .left .text .title {
        font-size: 14px;
    }

    .partners .container .partnerList .item .left .text .btn {
        font-size: 12px;
    }


    .partners .container .partnerList .item .left {
        height: 80px;
    }

    .partners .container .partnerList .item .left .img img {
        height: 60%;
    }

    .partners .container .partnerList .item .right {
        /*  padding: 15px 15px 0; */
        padding: 5px;
        margin-top: 10px;
    }

    .corporation {
        padding-top: 40px;
    }

    .corporation .row {
        margin: 0;
    }

    .corporation .corp-why {
        padding: 10px 0 30px;
    }

    .corporation .corp-why .col-bg-6 {
        padding: 0;
    }

    .corporation .corp-why .text p {
        padding-right: 0;
        font-size: 14px;
        line-height: 24px;
    }

    .corporation .corp-why .text .data {
        display: flex;
        flex-wrap: wrap;
        font-size: 12px;
        margin-top: 20px;
    }

    .corporation .corp-why .text .col-bg-4 {
        width: 33.3333%;
    }

    .corporation .corp-why .text .data .up strong {
        font-size: 24px;
        padding-right: 6px;
    }

    .corporation .corp-why .text .data .down {
        line-height: 30px;
    }

    .corporation .corp-why .text .Orangetouming {
        margin-top: 0;
    }

    .corporation .corp-why .img-box {
        margin-top: 40px;
    }

    .corporation .corp-ser {
        padding: 40px 0;
    }

    .corporation .corp-ser p {
        font-size: 14px;
        line-height: 22px;
    }

    .corporation .corp-ser .imgbox {
        padding-top: 22px;
    }

    .corporation .corp-process {
        padding: 40px 0 40px;
    }

    .corporation .corp-process .process {
        text-align: center;
    }

    .corporation .corp-process .process .item-box {
        width: 32.33%;
        float: none;
        display: inline-block;
        vertical-align: top;
    }


    .corporation .corp-process .process .item .icon-box {
        width: 60px;
        height: 60px;
        margin: 0 auto 20px;
    }

    .corporation .corp-process .process .item {
        padding: 10px 5px;
    }

    .corporation .corp-process .process .item h5 {
        font-size: 16px;
    }

    .corporation .corp-process .process .item p {
        font-size: 14px;
        line-height: 22px;
    }

    .corporation .corp-process .process .item .line {
        height: 1px;
        margin: 10px auto 10px;
    }

    .corporation .corp-consult {
        padding: 40px 0 30px;
    }

    .corporation .corp-consult .form-main {
        padding: 18px 0 0;
    }

    .corporation .corp-consult .form-block {
        margin-bottom: 20px;
    }

    .talentConcept {
        padding-top: 40px;
    }

    .talentConcept .range-des {
        font-size: 12px;
    }

    .talentConcept .hrv {
        padding: 14px 0 40px;
    }

    .talentConcept .hrv .fl {
        padding-right: 0;
        max-width: none;
    }

    .talentConcept .hrv .fl .text {
        font-size: 12px;
    }

    .talentConcept .hrv .fl .icons {
        padding: 22px 0;
    }

    .talentConcept .hrv .fl .icons .item {
        text-align: center;
    }

    .talentConcept .hrv .fl .icons .item img {
        height: 53px;
    }

    .talentConcept .hrv .fl .icons .item p {
        font-size: 14px;
        margin-top: 10px;
    }

    .talentConcept .boards {
        padding: 40px 0 20px;
    }

    .talentConcept .boards .row {
        margin: 0;
    }

    .talentConcept .boards .col-bg-4 {
        padding: 0;
        margin-bottom: 20px;
    }

    .talentConcept .boards .item .title {
        height: 60px;
    }

    .talentConcept .boards .item .title img {
        width: 24px;
    }

    .talentConcept .boards .item .title .smtit {
        font-size: 18px;
        margin-left: 8px;
    }

    .talentConcept .boards .item .alist {
        padding: 30px 20px 15px;
        height: auto;
    }

    .talentConcept .boards .col-bg-4 .alist li {
        display: flex;
        justify-content: center;
        align-items: center;
    }

    .talentConcept .boards .col-bg-4.item-four .alist li {
        padding-bottom: 20px;
    }

    .talentConcept .boards .col-bg-4.item-three .alist li {
        padding-bottom: 20px;
    }

    .talentConcept .boards .col-bg-4.item-two .alist li {
        padding-bottom: 16px;
    }

    .talentConcept .boards .item .alist li .img-box {
        width: 40px;
    }

    .talentConcept .boards .item .alist li p {
        font-size: 14px;
    }

    .talentConcept .promotion {
        padding: 40px 0;
    }

    .talentConcept .promotion .container .img-box {
        margin-top: 10px;
    }

    .jobVacancy .container .screening .smtit p {
        float: none;
        padding-bottom: 10px;
        font-size: 18px;
    }

    #zcity {
        margin-left: 0px;
        padding-left: 0px;
    }

    #zcity .item_box {
        position: relative;
    }

    #zposition {
        margin-left: 0px;
        padding-left: 0px;
    }

    #zposition .item_box {
        position: relative;
    }

    .jobVacancy .container .screening .smtit .item {
        font-size: 14px;
        line-height: 30px;
        padding: 0 19px 0 0;
    }

    .jobVacancy .container .position {
        width: 100%;
        /* overflow-y: scroll; */
        margin-top: 20px;
    }

    /*     .jobVacancy .container .position .jobs {
        width: 200%;
    } */

    .jobVacancy .container .position .title {
        padding: 16px 20px 16px 0;
    }

    .jobVacancy .container .position .title>* {
        font-size: 14px;
    }

    .jobVacancy .container .position .title .workingLife {
        text-align: center;
    }

    .jobVacancy .container .position .title .salary {
        text-align: center;
    }

    .jobVacancy .container .position .item .workingLife {
        text-align: center;
    }

    .jobVacancy .container .position .item .salary {
        text-align: center;
    }

    .jobVacancy .container .position .item .toggle-icon {
        position: absolute;
        right: 0px;
    }


    .jobVacancy .container .position .title .workingPlace {
        padding-right: 0px;
        text-align: left;
        padding-left: 14px;
    }

    .jobVacancy .container .position .item .workingPlace {
        padding-right: 0px;
        padding-left: 14px;
    }



    .jobVacancy .container .position .item .positionName {
        font-weight: normal;
    }

    .jobVacancy .container .position .item {
        padding: 16px 20px 16px 0;
        font-size: 12px;
        position: relative;
    }

    .jobVacancy .container .position .item .sketch {
        display: flex;
        align-items: center;
    }

    .jobVacancy .container .position .item .details .job-info {
        padding-bottom: 20px;
    }

    .jobVacancy .container .position .item .details .job-info h4 {
        font-size: 14px;
    }

    .jobVacancy .container .position .item .details .job-info ul {
        margin-top: 10px;
    }

    .jobVacancy .container .position .item .details .job-info ul li {
        font-size: 12px;
    }

    .curriculumVitae {
        padding: 40px 0 50px;
    }

    .curriculumVitae .cv .cv-tabs .cv-tab {
        width: 100%;
        font-size: 16px;
    }

    .curriculumVitae .cv .cv-content {
        padding: 15px;
    }

    .curriculumVitae .cv .cv-content .title {
        font-size: 16px;
    }

    .curriculumVitae .cv .cv-content .contract {
        padding: 0 0 10px;
    }

    .curriculumVitae .container .cv .cv-content .contract>div {
        float: none;
        width: 100%;
        font-size: 14px;
        line-height: 24px;
    }

    .curriculumVitae .container .cv .cv-content .contract .s-workingLife {
        display: inline-block;
        vertical-align: top;
        width: 15%;
    }

    .curriculumVitae .container .cv .cv-content .contract .s-salary {
        display: inline-block;
        vertical-align: top;
        width: 20%;
    }


    .curriculumVitae .cv .cv-content .form-main {
        padding-top: 20px;
    }

    /*     .curriculumVitae .cv .cv-content .form-main .file-input {
        left: 0;
    } */
    .curriculumVitae .cv .cv-content .form-main .sham-file h5 {
        font-size: 14px;
    }


    .addDownload {
        padding: 0px 0px 0px;
    }

    .addDownload .container .down-box {
        margin: 0;
    }

    .addDownload .container .fl,
    .addDownload .container .fr {
        float: none;
        width: 100%;
    }

    .addDownload .container .fl {
        width: 90%;
        margin: 0px 5%;
    }

    .QRcode1 .qr .Orangetouming {
        padding: 10px 34px;
        padding-top: 12px;
    }

    .QRcode1 {
        padding-bottom: 40px;
    }


    .addDownload .container .fr {
        padding: 0px 0px 0;
    }

    .addDownload .container .fr .title img {
        width: 60px;
    }

    .addDownload .container .fr .title span {
        font-size: 26px;
        margin-left: 20px;
        font-weight: normal;
    }


    .QRcode1 .qr {
        width: 100%;
        margin: 0px;
        margin-top: 20px;
    }


    .addDownload .container .fr .profile {
        font-size: 14px;
        line-height: 26px;
    }

    .addDownload .container .fr .advantageul {
        margin-top: 10px;
        font-size: 14px;
    }

    .addDownload .container .fr .advantageul li {
        padding: 8px 0;
    }

    .addDownload .container .fr .recommend {
        font-size: 14px;
        line-height: 26px;
        margin-top: 10px;
    }

    .addDownload .container .fr .QRcode {
        margin-top: 22px;
    }

    .addDownload .container .fr .QRcode .qr {
        display: block;
        margin: 0 0 20px;
    }

    .addDownload .container .fr .QRcode .Orangetouming {
        width: 180px;
        height: 42px;
        padding: 10px 0;
        margin-top: 18px;
    }

    .teamMien {
        padding: 40px 0;
    }

    .teamMien .container .picList {
        margin-right: -6px;
        margin-left: -6px;
    }

    .teamMien .container .picList .col-bg-3 {
        padding: 6px;
        width: 50%;
        float: left;
    }

    .teamMien .container .picList .item {
        margin-bottom: 8px;
    }

    .teamMien .container .picList .item p {
        font-size: 14px;
        padding: 15px 5px;
    }

    .headquarters {
        padding: 40px 0 50px;
    }

    .headquarters .container .company {
        font-size: 20px;
        padding-top: 22px;
    }

    .headquarters .container .company-info {
        padding-top: 20px;
    }

    .headquarters .container .company-info li {
        font-size: 14px;
        line-height: 22px;
        display: flex;
        align-items: center;
        margin-bottom: 12px;
    }

    .headquarters .container .company-info li span {
        flex: 1;
    }

    #map {
        margin-top: 25px !important;
        height: 200px !important;
        /* display: none; */
    }

    .map_a {
        display: none;
    }

    .wareHousing {
        padding: 40px 0 45px;
    }

    .wareHousing .housing .map,
    .wareHousing .housing .areaSelect {
        position: relative;
        float: none;
        width: 100%;
    }

    .wareHousing .housing .map .map-container {
        height: 340px;
        display: none;
    }

    .wareHousing .housing .map .map_img {
        padding: 10px;
        background: #ebeef0;
        display: block;
    }

    .wareHousing .housing .map #charts {
        display: none;
    }


    .wareHousing .housing .map .bottom {
        display: flex;
        flex-wrap: wrap;
        padding: 16px;
    }

    .wareHousing .housing .map .bottom h4 {
        width: 100%;
        font-size: 14px;
        padding-bottom: 10px;
    }

    .wareHousing .housing .map .bottom p {
        font-size: 12px;
        margin: 0;
        width: 50%;
        line-height: 30px;
    }

    .wareHousing .housing .map .bottom p span {
        font-size: 18px;
    }

    .wareHousing .housing .areaSelect {
        padding-bottom: 70px;
    }

    .wareHousing .housing .areaSelect .main-select {
        padding: 16px;
    }

    .wareHousing .housing .areaSelect .main-select .city p {
        margin-left: 10px;
    }

    .wareHousing .housing .areaSelect .main-select .result {
        font-size: 14px;
    }

    .wareHousing .housing .areaSelect .warehouse-slider {
        padding: 0 15px;
    }

    .wareHousing .housing .areaSelect .warehouse-slider .item {
        padding: 10px 0;
    }

    /*     .wareHousing .housing .areaSelect .warehouse-slider .item img,.wareHousing .housing .areaSelect .warehouse-slider .item .text {
        width: 100%;
        float: none;
    } */


    /*     .wareHousing .housing .areaSelect .warehouse-slider .item .text {
        padding: 15px 0 0;
    } */





    .wareHousing .housing .areaSelect .warehouse-slider .item .text p {
        display: flex;
        justify-content: flex-start;
        font-size: 12px;
    }

    .wareHousing .housing .areaSelect .warehouse-slider .item .text p span,
    .wareHousing .housing .areaSelect .warehouse-slider .item .text p i {
        width: auto;
        padding-right: 10px;
    }

    .wareHousing .housing .areaSelect .warehouse-slider .item .text {
        margin-left: 76px;
        width: auto;
        float: none;
    }

    .wareHousing .housing .areaSelect .warehouse-slider .item .text p {
        position: relative;
        padding-left: 62px;
    }

    .wareHousing .housing .areaSelect .warehouse-slider .item .text p span {
        width: 60px;
        position: absolute;
        left: 0px;
        padding-right: 0px;
    }

    .wareHousing .housing .areaSelect .warehouse-slider .item img {
        width: 86px;
        height: 67px;
    }



    .wareHousing .housing .areaSelect .bottom {
        padding: 18px 15px;
    }

    .wareHousing .housing .areaSelect .bottom .sbtn {
        font-size: 14px;
        margin-right: 10px;
    }

    .wareHousing .housing .areaSelect .warehouse-slider .flex-direction-nav,
    .wareHousing .housing .areaSelect .warehouse-slider .num {
        bottom: 14px;
    }

    .help {
        padding: 32px 0 18px;
    }

    .help .container .item {
        margin-bottom: 0;
    }

    .help .container .item .title span {
        font-size: 16px;
    }

    .help .container .item .links {
        padding: 14px 15px;
        display: flex;
        flex-wrap: wrap;
    }

    .help .container .item .links .link {
        margin: 0;
        padding: 10px;
        font-size: 14px;
    }

    .suggestComplaints {
        padding: 40px 0 50px;
    }

    .suggestComplaints .container .sc-main {
        padding: 25px 20px;
        min-height: 380px;
    }

    .suggestComplaints .container .sc-main .title {
        font-size: 16px;
    }

    .suggestComplaints .container .sc-main .description {
        font-size: 12px;
    }

    .suggestComplaints .container .sc-main .phone {
        font-size: 12px;
        margin-top: 40px;
    }

    .copyRight {
        padding: 40px 0 50px;
    }

    .copyRight .container .cr-text {
        padding: 25px 20px;
    }

    .copyRight .container .cr-text .title {
        font-size: 16px;
    }

    .copyRight .container .cr-text .description {
        font-size: 12px;
        margin-bottom: 28px;
    }

    .copyRight .container .sc-main .phone {
        font-size: 12px;
        margin-top: 40px;
    }


    .fudong {
        display: none;
    }

    .index-banner .slides li .text {
        width: 100%;
        min-width: 100%;
    }

    .index-banner .slides li .text .middle-div {
        padding: 0px 30px;
        padding-top: 25%;
    }

    .index-banner .slides li .text .bottom-div {
        padding-top: 20%;
    }

    .index-banner .slides li .text .btn-div {
        padding-top: 0px;
    }

    .ban-win-slider.slides li .text .description {
        font-size: 16px;
        line-height: 22px;
        padding-top: 18px;
    }

    .toumingOrange {
        padding: 6px 20px;
        font-size: 12px;
        margin-top: 18px;
    }

    .index-banner .slides li .text .bottom-div .data-div .smdiv .down em {
        display: none;
    }

    .index-banner .slides li .text .bottom-div .data-div .smdiv {
        background: rgba(0, 0, 0, 0.5);
    }

    .index-banner .slides li .text .bottom-div .data-div {
        display: block;
        padding: 0px 30px;
    }

    .index-product-service .row .col-bg-3 .item:after {
        content: '';
        position: absolute;
        left: 0px;
        top: 0px;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.3);
        z-index: 0;
    }

    .index-product-service .row .col-bg-3 .wide-container .yellowLine {
        margin: 12px auto 0;
        height: 1px;
    }

    .index-news .news-list .item .col-bg-3 {
        float: left;
        width: 30%;
    }

    .index-news .news-list .item .col-bg-9 {
        width: 70%;
        float: right;
        padding-left: 10px;
    }

    .index-news .news-list .item .col-bg-9 .title {
        padding-bottom: 0px;
    }

    .index-news .news-list {
        margin-top: 0px;
    }

    .index-news .index-title-wrap .whiteLine {
        height: 1px;
        margin: 14px auto 18px;
        width: 24px;
    }

    .index-partner {
        padding: 40px 0px;
    }

    .index-partner .brands .item-box .item {
        height: 66px;
    }

    .index-partner .brands .item .up-img {
        padding: 0px 10px;
    }

    .win-slider.slides li {
        height: 160px;
    }

    .coreValues .container .row {
        margin-left: -5px;
        margin-right: -5px;
    }

    .coreValues .container .col-bg-3 {
        width: 50%;
        float: left;
        padding: 0px 5px;
    }

    .coreValues .container .items .item .text {
        font-size: 16px;
        padding: 14px 0px;
    }

    .coreValues {
        padding: 30px 0px;
        padding-top: 0px;
    }

    .Orangetouming {
        font-size: 12px;
        padding: 7px 25px;
        margin-top: 0;
    }

    .storageManagement .sm5 .area .img1 {
        display: none;
    }

    .storageManagement .sm5 .area .img2 {
        display: block;
        width: 100%;
    }

    .storageManagement .sm5 .area .text .li1 {
        background: url('../images/p_img5.png') no-repeat left center;
        background-size: 30px auto;
        height: 40px;
        line-height: 40px;
    }

    .storageManagement .sm5 .area .text .li2 {
        background: url('../images/p_img6.png') no-repeat left center;
        background-size: 30px auto;
        height: 40px;
        line-height: 40px;
    }

    .storageManagement .sm5 .area .text .li3 {
        background: url('../images/p_img7.png') no-repeat left center;
        background-size: 30px auto;
        height: 40px;
        line-height: 40px;
    }

    .storageManagement .sm5 .area .text .li4 {
        background: url('../images/p_img8.png') no-repeat left center;
        background-size: 30px auto;
        height: 40px;
        line-height: 40px;
    }

    .storageManagement .sm5 .area .text .li5 {
        background: url('../images/p_img9.png') no-repeat left center;
        background-size: 30px auto;
        height: 40px;
        line-height: 40px;
    }

    .tranServices .ts11 {
        padding: 40px 0px;
    }

    .tranServices .ts11 .case-logo-box {
        margin-top: 10px;
    }

    .hrServices {
        padding-top: 40px;
    }

    .infoBulletin .container .bulletinList .item .mainbody .title a {
        font-size: 16px;
    }

    .infoBulletin .container .bulletinList .item .mainbody p {
        display: none;
    }

    .infoBulletin .container .bulletinList {
        margin-bottom: 40px;
    }

    .jobVacancy {
        padding: 40px 0px;
    }

    .job-slider .flex-viewport {
        padding-bottom: 30px;
    }


    .wareHousing .container .housing .map .bottom h4 {
        display: none;
    }

    .wareHousing .housing .areaSelect .main-select .selection {
        padding: 10px;
        outline: none;
    }

    .jobVacancy .container .position .item .details {
        margin-bottom: 10px;
    }

    .jobVacancy .container .position .item .details .Orangetouming {
        margin-top: 0px;
    }

    .history_list {
        padding: 0px;
        box-shadow: none;
    }

    .history_list ul li {
        padding-left: 33px;
    }

    .history_list ul li .con {
        padding: 20px;
    }

    .history_list ul li .con .img {
        width: 50%;
        height: auto;
        float: none;
    }

    .history_list ul li .con .text {
        margin-left: 0px;
        font-size: 13px;
        line-height: 25px;
        margin-top: 20px;
    }

    .history_list h2 img {
        width: 32px;
        margin-left: -5px;
    }

    .history_list h2 {
        font-size: 20px;
    }

    .history_list ul li .icon {
        top: 20px;
    }

    .history_list ul li strong {
        top: 20px;
        font-size: 16px;
    }

    .history_list ul li .con {
        padding-top: 60px;
    }

    .history_list ul li .icon {
        width: 18px;
        height: 18px;
        top: 25px;
    }

    .history_list ul li .icon:after {
        height: 1px;
        left: 26px;
    }

    .history_list ul li {
        margin-top: 20px;
    }

    .news-details {
        padding: 40px 0px;
        padding-bottom: 60px;
    }

    .phone_app {
        display: inline-block;
    }

    .pc_app {
        display: none;
    }

    /* .zapp .ios { display: none; } */

    .news-details .container .links a:first-child {
        float: none;
        font-size: 14px;
    }

    .news-details .container .links a:last-child {
        float: none;
        font-size: 14px;
    }

    .news-details .container .content {
        margin-bottom: 20px;
    }

    .footer .bottom span {
        display: block;
    }


    .form-main .butbox {
        text-align: center;
    }

    .form-main .yzmtext .yzm {
        right: 10px;
    }

    .form-main .yzmtext {
        padding-right: 140px;
    }

    .index-news .amore a {
        font-size: 14px;
    }

    .jobVacancy .container .position .title .positionName,
    .jobVacancy .container .position .item .positionName {
        width: 20%;
    }

    .jobVacancy .container .position .title .workingPlace,
    .jobVacancy .container .position .item .workingPlace {
        width: 35%;
    }







    .data-div>div {
        width: 100% !important;
        background-color: transparent !important;
        overflow: hidden;
        height: 180px;

    }

    .data-div>div>div>div {
        padding-top: 0 !important;
        padding-bottom: 0 !important;
    }

    .data-div>div>div>div {
        width: 100% !important;
    }

    .index-banner .slides li .text .bottom-div .data-div .smdiv {
        overflow: hidden;
    }

    .index-banner .slides li .text .middle-div {
        height: 33%;
    }

    .index-banner .slides li .text .bottom-div .data-div .smdiv .up {
        width: 101%;
        height: 60%;
        margin-left: -0.5%;
    }

    .index-banner .slides li .text .bottom-div .data-div .smdiv {

        margin-top: 0;
    }


    /* -- */
    .human {
        padding: 40px 0px;
    }

    .human h3 {
        font-size: 18px;
        padding-bottom: 10px;
    }

    .human strong {
        font-size: 14px;
    }

    .human p {
        font-size: 12px;
        line-height: 24px;
    }

    .human1 {
        padding: 40px 0px;
    }

    .human1 .tit {
        font-size: 18px;
    }

    .human1 .list ul li {
        width: 48%;
        margin-top: 10px;
    }

    .human1 .list {
        margin-top: 20px;
    }

    .human1 .list ul li p {
        font-size: 16px;
    }

    .human1 .list ul li .text span {
        padding: 10px 25px;
        font-size: 14px;
    }

    .human2 {
        padding: 40px 0px;
    }

    .human2 .tit {
        font-size: 18px;
    }

    .human2 .list ul li:nth-child(2n+1) {
        display: block;
    }

    .human2 .list ul li:nth-child(2n+1) .con {
        position: relative;
    }

    .human2 .list ul li {
        margin-top: 30px;
    }

    .human2 .list ul li .img {
        width: 100%;
        height: auto;
    }

    .human2 .list ul li .con {
        width: 100%;
        padding: 0px 0px;
        margin-top: 20px;
    }

    .human2 .list ul li .con .text {
        padding: 20px;
    }

    .human2 .list ul li .con .text h3 {
        font-size: 18px;
    }

    .human2 .list ul li .con .text p {
        font-size: 14px;
        line-height: 24px;
    }

    .human2 .list ul li:nth-child(2n) {
        display: block;
    }

    .human2 .list ul li:nth-child(2n) .con {
        position: relative;
    }

    .human2 .list ul li {
        margin-top: 30px;
    }


    .human3 {
        padding: 40px 0px;
    }

    .human3 .tit {
        font-size: 18px;
    }

    .human3 .item {
        display: block;
    }

    .human3 .item .img {
        width: 60%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .human3 .item .text {
        width: 100%;
        margin-top: 30px;
    }

    .human3 .item .text h3 {
        font-size: 16px;
    }

    .human3 .item .text p {
        font-size: 14px;
        line-height: 24px;
    }


    .human4 {
        padding: 40px 0px;
    }

    .human4 .item {
        display: block;
    }

    .human4 .item .img {
        width: 60%;
        margin: 0 auto;
        margin-top: 20px;
    }

    .human4 .item .text {
        width: 100%;
        margin-top: 30px;
    }

    .human4 .item .text h3 {
        font-size: 16px;
    }

    .human4 .item .text p {
        font-size: 14px;
        line-height: 24px;
    }

    .human_tc ul li .text h3 {
        font-size: 18px;
    }

    .human_tc ul li .text p {
        font-size: 14px;
    }

    .human_tc ul {
        display: block;
    }

    .human_tc {
        padding: 20px;
    }

    .human_tc ul li {
        margin: 0px;
        margin-bottom: 10px;
    }

    .human_tc4 .list {
        background: none;
    }

    .human_tc4 {
        padding: 0px 20px 20px;
    }

    .human_tc4 .list ul {
        display: block;
    }

    .human_tc4 .list ul li {
        width: 100%;
    }

    .human_tc4 .list ul li:nth-child(2n) .con {
        flex-direction: row;
    }

    .human_tc4 .list ul li:nth-child(2n) .con .icon {
        margin-left: 0px;
        margin-right: 20px;
    }

    .human_tc4 .list ul li:nth-child(2n) .con .text {
        text-align: left;
    }

    .human_tc4 .list ul li .con .text h3 {
        font-size: 18px;
    }

    .human_tc4 .list ul li .con .text p {
        font-size: 14px;
        line-height: 22px;
    }

    .human_tc4 .list ul.item {
        display: block;
    }

    .human_tc4 .list ul.item li {
        width: 100%;
    }

    .human_tc4 .list ul li .con .icon {
        width: 50px;
    }

    .human_tc4 .list ul li .con .text p {
        margin-top: 10px;
    }

    .human_tc4 .list ul li .con {
        margin: 20px 0px 0px;
    }

}


@media screen and (max-width: 980px) {

    .wrapper .icon4 {
        order: 3;
    }

    .wrapper .icon5 {
        order: 2;
    }

    .wrapper .icon6 {
        order: 1;
    }

    .wrapper #trihiden {
        display: block !important;
        transform: rotate(180deg);
        left: 100%;
    }

    .wrapper #Triimg5 {
        transform: rotate(180deg);
        left: 100%;
    }

    .wrapper #trihiden1 {
        display: none !important;
    }

    .news-con .news-banner-box {
        width: 100%;
    }

    .news-con .news-list {
        width: 100%;
        padding-left: 0px;
        margin-top: 0px;
        margin-top: 10px;
    }

    .news-con .news-list .item .tit {
        font-size: 14px;
    }

    .news-con {
        padding-top: 40px;
    }

    .news-con-box {
        padding-bottom: 40px;
    }

    .news-info-box {
        padding: 40px 0px;
    }

    .news-info-box .list {
        padding-bottom: 40px;
    }

    .news-info-box .list ul li .link h3 {
        font-size: 14px;
    }

    .news-info-box .list ul li .link strong {
        font-size: 14px;
        margin-top: -7px;
    }

    .news-info-box .list ul li .link {
        padding-left: 95px;
    }

    .responsibility_list {
        padding: 40px 0px;
    }

    .responsibility_list .list ul li {
        width: 100%;
    }

    .responsibility_list .list ul li .img {
        width: 120px;
        height: 73px;
    }

    .responsibility_list .list ul li .text {
        width: calc(100% - 120px);
        padding-left: 20px;
    }

    .responsibility_list .list ul li .text h3 {
        font-size: 16px;
    }

    .responsibility_list .list ul li .text p:before {
        width: 15px;
        height: 15px;
        background-size: 15px auto;
        margin-right: 6px;
    }

    .responsibility_list .list {
        padding-bottom: 30px;
    }

    .search_box {
        padding: 40px 0px;
    }

    .search_box .had h2 {
        font-size: 22px;
    }

    .search_box .had .put {
        width: 100%;
        margin-top: 30px;
    }

    .search_box .tit {
        margin-top: 30px;
    }

    .search_box .tit a {
        margin: 0px 15px;
        font-size: 14px;
    }

    .search_box .num {
        margin-top: 30px;
    }

    .search_box .list ul li h3 {
        font-size: 16px;
        line-height: 20px;
    }

    .search_box .list ul li p {
        font-size: 14px;
    }

    .search_box .list ul li h3 a {
        line-height: 25px;
    }

    .search_box .list {
        padding-bottom: 30px;
        margin-top: 30px;
    }

    .m_xl dl {
        width: 180px;
    }

    .m_xl dl dt {
        padding: 0px 20px;
        height: 42px;
        line-height: 42px;
        background-size: 16px auto;
    }

    .m_xl dl dd a {
        font-size: 16px;
    }

    .m_xl dl dd {
        top: 45px;
    }


    .coreValues .container .col-bg-4 {
        width: 50%;
        float: left;
        padding: 6px;
        margin-bottom: 0px;
    }

    .news-con .news-list .item .time {
        top: 0px;
    }

    .company-adv .container .item .up {
        height: 170px;
    }


}



@media screen and (max-width: 560px) {
    .footer .bottom {
        font-size: 2.5vw;
    }

    .ban-win-slider.slides li:nth-child(1) {
        background-position: 75% center;
    }

    .ban-win-slider.slides li:nth-child(3) {
        background-position: 68% center;
    }

    .ban-win-slider.slides li .text .toumingOrange {
        padding: 10px 20px;
        font-size: 16px;
    }

    .storageManagement .sm9 .low .left-content {
        width: 100%;
    }

    .storageManagement .sm9 .fl {
        width: 48%;
        margin-right: 2%;
    }
}

@media screen and (max-width: 450px) {
    .footer:after {
        bottom: 125px;
    }
}

@media screen and (min-width: 560px) {
    .mobile-only {
        display: none;
    }
}